home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / bbs_util / pflm126.zip / PFLMDIZ.BAT < prev    next >
DOS Batch File  |  1994-05-04  |  415b  |  14 lines

  1. REM ***********************************
  2. REM **                               **
  3. REM ** This Batch file should UnPack **
  4. REM ** the   FILE_ID.DIZ  from   the **
  5. REM ** path/file  %1.      %2 is the **
  6. REM ** path to the  Temp  dir.       **
  7. REM ** i.e. \powrbbs\pflmtem         **
  8. REM **                               **
  9. REM ***********************************
  10.  
  11. CD %2
  12. PKUNZIP -e -o %1 FILE_ID.DIZ
  13. CD ..
  14.